home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Apr 89 / T0044-Pict files-Apr89 < prev   
Encoding:
Text File  |  1989-05-01  |  674 b   |  29 lines  |  [TEXT/GEOL]

  1. Item forwarded  by  YEPEZ1       to STATTENFIELD
  2.  
  3. Item    2039157                         29-April-89        13:28
  4.  
  5. From:   WILSON6                         Wilson, Dave - Personal Concepts
  6.  
  7. To:     PEMD         -> CH0095          PEMD Ed Group, E Rosenberg, PRT
  8.  
  9. cc:     MACAPP.TECH$                    MACAPP Tech
  10.  
  11. Sub:    Pict files
  12.  
  13. Ernie,
  14.  
  15. I'm linking you a Unit from our MacApp seminar that has document class for
  16. reading and writing PICT files, provided that you have a handle to the picture
  17. (and a size).
  18.  
  19. To create the picture, you should:
  20.     picHdl := OpenPicture(frame);
  21.     QD commands to draw your stuff
  22.     Close Picture;
  23.  
  24. Hope this helps.
  25.  
  26. Dave
  27.  
  28.  
  29.